PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTextContent Class / PDFFlowTextContent Constructor / PDFFlowTextContent Constructor(String,PDFFont)
Text to be displayed.
The font used for displaying the text.
In This Topic
    PDFFlowTextContent Constructor(String,PDFFont)
    In This Topic
    Initializes a new PDFFlowTextContent object.
    Syntax
    public PDFFlowTextContent( 
       java.lang.String text,
       PDFFont font
    )

    Parameters

    text
    Text to be displayed.
    font
    The font used for displaying the text.
    See Also